﻿@charset "utf-8";
/* 基础级CSS 包括CSSrest和通用原子类 */
/*CSSrest*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, button {
    margin: 0;
    padding: 0;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    font-family: "SimSun","Arial Narrow";
    font-size: 12px;
    text-align: center;
}
i, em {
    font-style: normal;
}
ol, ul {
    list-style: none outside none;
}
:focus {
    outline: 0 none;
}
table {
    empty-cells: show;
}
fieldset, img {
    border: 0 none;
}
textarea {
    outline: medium none;
    overflow: auto;
    resize: none;
}
img {
    vertical-align: middle;
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
a {
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/*------------------------*/
/*通用原子类*/

/*定位*/
.l {
    float: left;
}
.r {
    float: right;
}
.fix {
}
.fix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.clear10 {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    height: 10px;
}
.clearFix {
    clear: both;
    height: 10px;
}
.clear {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    height: 1px;
    font-size: 0;
}
.clear5 {
    clear: both;
    height: 10px;
}
.clear10 {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    font-size: 0;
    height: 10px;
}
.ch10 {
    clear: both;
    height: 10px;
    overflow: hidden;
}
.ch7 {
    clear: both;
    height: 7px;
    overflow: hidden;
}
.h10 {
    clear: both;
    font-size: 0;
    height: 10px;
} 
.hr8 {
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin-top: 8px;
}
.hr2 {
    border-bottom: 2px solid #DCE1E5;
    clear: both;
    height: 8px;
}
/*文字排版*/
.col_ls, .col_ls a {
    color: #64A4A4 !important;
}
.fz14 {
    font-size: 14px !important;
}


/*边距*/
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}

.tMargin {
    margin-top: 12px !important;
}
.lPaddingLg {
    padding-left: 10px !important;
}
.hPaddingLg {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.vPaddingLg {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.tPaddingLg {
    padding-top: 10px !important;
}
.rPaddingLg {
    padding-right: 10px !important;
}
.bPaddingLg {
    padding-bottom: 10px !important;
}
.tMarginLg {
    margin-top: 10px !important;
}
.rMarginLg {
    margin-right: 10px !important;
}
.bMarginLg {
    margin-bottom: 10px !important;
}
.lMarginLg {
    margin-left: 10px !important;
}
.hMarginLg {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.vMarginLg {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.bMar {
    margin-bottom: 17px !important;
}
.bMar8 {
    margin-bottom: 8px !important;
}
.bMargin15 {
    margin-bottom: 15px !important;
}
.bMar {
    margin-bottom: 17px !important;
}
.bMar8 {
    margin-bottom: 8px !important;
}
.bMargin15 {
    margin-bottom: 15px !important;
}
.ul_plr_10 {
    padding: 0 10px;
}
/*分割线*/
.line {
	clear: both;
	font-size: 0;
	height: 1px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../bg/icon_x.png);
	background-repeat: repeat-x;
	background-position: 0 -29px;
}
.line2 {
    background: none repeat scroll 0 0 #EDEDED;
    font-size: 0;
    height: 1px;
    overflow: hidden;
}
.linehr {
    margin: 10px 0 6px;
}
.line01 {
    background: none repeat scroll 0 0 #CCCCCC;
    clear: both;
    height: 1px;
    overflow: hidden;
}
.wushang{
	border-top-style: none;
}
.wuxia{
	border-bottom-style: none;
}
/*字体大小*/
.fs18 {
    font-size: 18px;
}
.fs16 {
    font-size: 16px;
}
.fs14 {
    font-size: 14px;
}

/*背景*/
.bd {
    background: none repeat scroll 0 0 #F1F2F4;
}
.bd_bgfff {
    background: none repeat scroll 0 0 #FFFFFF;
}
.noBg {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
}

<!--颜色-->
.blue {
    color: #005486;
}

.gg{
    width:958px;
	 height:100px;
}
